Skip to main content

Notarize Hash

Notarize a hash

If you prefere to notarize a hash from a content that you store in another place, this api give you an endpoint to do it. You just call Notarize hash endpoint.

The hash that this api allow are CID (Content IDentifier). CIDs are short, regardless of the size of their underlying content. This means:

  • Any difference in the content will produce a different CID and
  • The same content added to two different IPFS nodes using the same settings will produce the same CID.

We validate CID Version 0 (v0)

You can generate by yourself if you follow this guide.

We extremely recomend implement an IPFS service like Pinata to get this CID per every file that you pin.